/* Basic style - leedoom */

/* static style of elements */
*
{
    font:14px/1.67 'Microsoft Yahei','SimSun',sans-serif;
}
body
{
    padding:0px;
    margin:0px;
    color:#000000;
	background:url(images/bg02.jpg);
}
ul
{
    width:100%;
}
ul,ul li
{
    float:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
button[type=button].blue,
button[type=submit].blue,
input[type=button].blue,
input[type=submit].blue,
input[type=text].blue,
textarea[type=text].blue
{
    height:25px;
    padding:0 5px;
    cursor:pointer;
    border-radius:3px;
    transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -moz-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -webkit-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -o-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    box-shadow:0px 0px 0px #98c3fe;
    border:1px solid #2C8FDC;
    background:#FFFFFF;
    color:#98c3fe;
    font-size:12px;
}
button[type=button].blue:hover,
button[type=button].blue:focus,
button[type=submit].blue:hover,
button[type=submit].blue:focus,
input[type=button].blue:hover,
input[type=button].blue:focus,
input[type=submit].blue:hover,
input[type=submit].blue:focus,
input[type=text].blue:hover,
input[type=text].blue:focus,
textarea[type=text].blue:hover,
textarea[type=text].blue:focus
{
    box-shadow:0px 0px 10px #98c3fe;
    background:#f4f5ff;
    color:#4550DC;
}

button[type=button].black,
button[type=submit].black,
input[type=button].black,
input[type=submit].black,
input[type=text].black,
textarea[type=text].black
{
    height:25px;
    padding:0 5px;
    cursor:pointer;
    border-radius:3px;
    transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -moz-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -webkit-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -o-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    box-shadow:0px 0px 0px #000000;
    border:1px solid #000000;
    background:#FFFFFF;
    color:#888888;
    font-size:12px;
}
button[type=button].black:hover,
button[type=button].black:focus,
button[type=submit].black:hover,
button[type=submit].black:focus,
input[type=button].black:hover,
input[type=button].black:focus,
input[type=submit].black:hover,
input[type=submit].black:focus,
input[type=text].black:hover,
input[type=text].black:focus,
textarea[type=text].black:hover,
textarea[type=text].black:focus
{
    box-shadow:0px 0px 10px #000000;
    background:#e1e1e1;
    color:#000000;
}

button[type=button].red,
button[type=submit].red,
input[type=button].red,
input[type=submit].red,
input[type=text].red,
textarea[type=text].red
{
    height:25px;
    padding:0 5px;
    cursor:pointer;
    border-radius:3px;
    transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -moz-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -webkit-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    -o-transition: box-shadow 0.5s,background 0.5s,color 0.5s;
    box-shadow:0px 0px 0px #fa6363;
    border:1px solid #fa6363;
    background:#FFFFFF;
    color:#fa6363;
    font-size:12px;
}
button[type=button].red:hover,
button[type=button].red:focus,
button[type=submit].red:hover,
button[type=submit].red:focus,
input[type=button].red:hover,
input[type=button].red:focus,
input[type=submit].red:hover,
input[type=submit].red:focus,
input[type=text].red:hover,
input[type=text].red:focus,
textarea[type=text].red:hover,
textarea[type=text].red:focus
{
    box-shadow:0px 0px 10px #fa6363;
    background:#feeeee;
    color:#ff0000;
}


form
{
    display:inline;
    margin:0px;
    padding:0px;
}
a
{
    color:#000000;
    text-shadow:0px 0px 0px #666666;
    text-decoration:none;
}
a:hover
{
    color:#ff0000;
    text-shadow:0px 0px 1px #cccccc;
}
a img
{
    border:0px;
}

/* namespace style of elements */
.clear
{
    clear:both;
}
.max
{
    width:100%;
}
.f1
{
    font-size:12px;line-height:22px;
}
.f2
{
    font-size:14px;line-height:25px;
}
.f3
{
    font-size:16px;line-height:29px;
}
.f4
{
    font-size:20px;line-height:34px;
}
.f5
{
    font-size:24px;line-height:40px;
}
.f6
{
    font-size:28px;line-height:46px;
}
.c1
{
    color:#ffffff;
}
.c2
{
    color:#cccccc;
}
.c3
{
    color:#aaaaaa;
}
.c4
{
    color:#888888;
}
.c5
{
    color:#666666;
}
.c6
{
    color:#333333;
}
.c7
{
    color:#000000;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
div.protect
{
    float:left;width:100%;
}
div.protect ul.center
{
    float:none;
    width:1160px;
    min-width:1160px;
    margin:auto;
}
div.protect ul.center li div
{
    
}
div.protect ul.center li.navigator
{
    width:100%;
}
div.protect ul.center li.navigator div.head
{
    float:left;
    height:46px;

}
div.protect ul.center li.navigator div.head .sub
{
    clear:both;
    position:relative;
}
div.protect ul.center li.navigator div.head .sub ul
{
    width:120px;
    font-size:14px;
    padding:2px;
    background:#005bac;
    position:absolute;
    z-index:100;
    visibility:hidden;
}
div.protect ul.center li.navigator div.head:hover .sub ul
{
    visibility:visible;
    transform:scale(1) rotate(360deg);
    -moz-transform:scale(1) rotate(360deg);
    -webkit-transform:scale(1) rotate(360deg);
    -o-transform:scale(1) rotate(360deg);
}
div.protect ul.center li.navigator div.head .sub ul li
{
    border-radius:6px;
    padding:5px 0px;
    background: #005bac;
    box-shadow: 0px 0px 0px #01448e;
    transition: background 0.5s,box-shadow 0.5s;
    -ms-transition: background 0.5s,box-shadow 0.5s;
    -moz-transition: background 0.5s,box-shadow 0.5s;
    -webkit-transition: background 0.5s,box-shadow 0.5s;
    -o-transition: background 0.5s,box-shadow 0.5s;
}
div.protect ul.center li.navigator div.head .sub ul li a
{
    color:#ffffff;
    text-shadow:0px 0px 0px #ffffff;
    -ms-transition: color 0.5s,text-shadow 0.5s;
    -moz-transition: color 0.5s,text-shadow 0.5s;
    -webkit-transition: color 0.5s,text-shadow 0.5s;
    -o-transition: color 0.5s,text-shadow 0.5s;
}
div.protect ul.center li.navigator div.head .sub ul li:hover
{
    box-shadow: 0px 0px 10px #01448e;
    background: #2880ce;
}
div.protect ul.center li.navigator div.head .sub ul li:hover a
{
    color:#fff000;
    text-shadow:0px 0px 10px #ffffff;
}
div.protect>ul.center>li.navigator>div.head>ul>li.s
{
    color:#fff;
    background:url(images/0000.jpg) no-repeat;
    width:129px;
    height:36px;
    text-align:center;
    font-size:18px;
    padding:5px 0;
    cursor:pointer;
}
div.protect>ul.center>li.navigator>div.head:hover>ul>li.s
{
    color:#fff;
    background:url(images/0001.jpg) no-repeat;
    width:129px;
    height:36px;
    text-align:center;
    font-size:18px;
    padding:5px 0;
    cursor:pointer;
}